home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / WIN_PRO / DS-1.ZIP;1 / RTT.ZIP / RTTPROTO.H < prev    next >
Encoding:
C/C++ Source or Header  |  1992-02-10  |  5.1 KB  |  89 lines

  1. novalue           add_dpnd  Params((struct srcfile *sfile, char *objname));
  2. int               alloc_tnd Params((int typ, struct node *init, int lvl));
  3. struct il_c      *bdy_prm   Params((int addr_of, int just_desc, struct sym_entry *sym, int may_mod));
  4. novalue           c_walk    Params((struct node *n, int indent, int brace));
  5. novalue           chkabsret Params((struct token *tok, int ret_typ));
  6. novalue           clr_def   Params((noargs));
  7. novalue           clr_dpnd  Params((char *srcname));
  8. struct token     *cnv_to_id Params((struct token *t));
  9. char             *cnv_name  Params((struct node *cnv_typ, struct node *dflt,
  10.                               int *dflt_to_ptr));
  11. struct node      *comp_nd   Params((struct token *tok, struct node *dcls,
  12.                               struct node *stmts));
  13. int               creat_obj Params((noargs));
  14. novalue           d_lst_typ Params((struct node *dcls));
  15. novalue           dclout    Params((struct node *n));
  16. novalue           dst_alloc Params((struct node *cnv_typ, struct node *var));
  17. novalue           dumpdb    Params((char *dbname));
  18. novalue           fncout    Params((struct node *head, struct node *prm_dcl,
  19.                               struct node *block));
  20. novalue           force_nl  Params((int indent));
  21. novalue           free_sym  Params((struct sym_entry *sym));
  22. novalue           free_tree Params((struct node *n));
  23. novalue           free_tend Params((noargs));
  24. novalue           full_lst  Params((char *fname));
  25. novalue           func_def  Params((struct node *dcltor));
  26. novalue           id_def    Params((struct node *dcltor, struct node *x));
  27. novalue           keepdir   Params((struct token *s));
  28. struct il_c      *ilc_dcl   Params((struct node *tqual, struct node *dcltor,
  29.                               struct node *init));
  30. novalue           impl_fnc  Params((struct token *name));
  31. novalue           impl_key  Params((struct token *name));
  32. novalue           impl_op   Params((struct token *op_sym, struct token *name));
  33. novalue           init_lex  Params((noargs));
  34. novalue           init_sym  Params((noargs));
  35. struct il_c      *inlin_c   Params((struct node *n, int may_mod));
  36. novalue           in_line   Params((struct node *n));
  37. novalue           just_type Params((struct node *typ, int indent, int ilc));
  38. novalue           keyconst  Params((struct token *t));
  39. struct node      *lbl       Params((struct token *t));
  40. novalue           ld_prmloc Params((int *prmlocs));
  41. novalue           loaddb    Params(());
  42. novalue           mrg_prmloc Params((int *prmlocs));
  43. int              *new_prmloc Params((noargs));
  44. struct node      *node0     Params((int id, struct token *tok));
  45. struct node      *node1     Params((int id, struct token *tok,
  46.                               struct node *n1));
  47. struct node      *node2     Params((int id, struct token *tok, struct node *n1,
  48.                               struct node *n2));
  49. struct node      *node3     Params((int id, struct token *tok, struct node *n1,
  50.                               struct node *n2, struct node *n3));
  51. struct node      *node4     Params((int id, struct token *tok, struct node *n1,
  52.                               struct node *n2, struct node *n3,
  53.                               struct node *n4));
  54. struct il_c      *parm_dcl  Params((int addr_of, struct sym_entry *sym));
  55. novalue    pop_cntxt    Params((noargs));
  56. novalue           pop_lvl   Params((noargs));
  57. novalue           prologue  Params((noargs));
  58. novalue           prt_str   Params((char *s, int indent));
  59. novalue          ptout        Params((struct token * x));
  60. novalue    push_cntxt    Params((int lvl_incr));
  61. novalue           push_lvl  Params((noargs));
  62. novalue           put_c_fl  Params((char *fname, int keep));
  63. novalue           defout    Params((struct node *n));
  64. novalue           set_r_seq Params((long min, long max, int resume));
  65. struct il_c      *simpl_dcl Params((char *tqual, int addr_of,
  66.                               struct sym_entry *sym));
  67. novalue           spcl_dcls Params((struct sym_entry *op_params));
  68. struct srcfile   *src_lkup  Params((char *srcname));
  69. novalue           strt_def  Params((noargs));
  70. novalue           sv_prmloc Params((int *prmlocs));
  71. struct sym_entry *sym_add   Params((int tok_id, char *image, int id_type,
  72.                                int nest_lvl));
  73. struct sym_entry *sym_lkup  Params((char *image));
  74. struct node      *sym_nd    Params((struct sym_entry *sym, struct node *next));
  75. novalue           s_prm_def Params((struct token *u_ident,
  76.                               struct token *d_ident));
  77. novalue           tnd_char  Params((noargs));
  78. novalue           tnd_strct Params((struct token *t));
  79. novalue           tnd_union Params((struct token *t));
  80. novalue           trans     Params((char *src_file));
  81. long              ttol      Params((struct token *t));
  82. char             *typ_code  Params((struct token *typ));
  83. novalue           unuse     Params((struct init_tend *t_lst, int lvl));
  84. novalue           var_args  Params((struct token *ident));
  85. struct node      *var_node  Params((struct token *tok));
  86. novalue           yyerror   Params((char *s));
  87. int               yylex     Params((noargs));
  88. int               yyparse   Params((noargs));
  89.